home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / streaming / qtstreamsplicer.win / qtstreamsplicer.mak < prev    next >
Encoding:
NMAKE  |  2000-09-28  |  26.5 KB  |  804 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on qtstreamsplicer.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=qtstreamsplicer - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to qtstreamsplicer - Win32\
  5.  Debug.
  6. !ENDIF 
  7.  
  8. !IF "$(CFG)" != "qtstreamsplicer - Win32 Release" && "$(CFG)" !=\
  9.  "qtstreamsplicer - Win32 Debug"
  10. !MESSAGE Invalid configuration "$(CFG)" specified.
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "qtstreamsplicer.mak" CFG="qtstreamsplicer - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "qtstreamsplicer - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "qtstreamsplicer - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE 
  21. !ERROR An invalid configuration is specified.
  22. !ENDIF 
  23.  
  24. !IF "$(OS)" == "Windows_NT"
  25. NULL=
  26. !ELSE 
  27. NULL=nul
  28. !ENDIF 
  29.  
  30. CPP=cl.exe
  31. MTL=midl.exe
  32. RSC=rc.exe
  33.  
  34. !IF  "$(CFG)" == "qtstreamsplicer - Win32 Release"
  35.  
  36. OUTDIR=.\Release
  37. INTDIR=.\Release
  38. # Begin Custom Macros
  39. OutDir=.\Release
  40. # End Custom Macros
  41.  
  42. !IF "$(RECURSE)" == "0" 
  43.  
  44. ALL : "$(OUTDIR)\qtstreamsplicer.exe"
  45.  
  46. !ELSE 
  47.  
  48. ALL : "$(OUTDIR)\qtstreamsplicer.exe"
  49.  
  50. !ENDIF 
  51.  
  52. CLEAN :
  53.     -@erase "$(INTDIR)\ComApplication.obj"
  54.     -@erase "$(INTDIR)\QTStreamSplicer.obj"
  55.     -@erase "$(INTDIR)\QTStreamSplicer.res"
  56.     -@erase "$(INTDIR)\QTUtilities.obj"
  57.     -@erase "$(INTDIR)\vc50.idb"
  58.     -@erase "$(INTDIR)\WinFramework.obj"
  59.     -@erase "$(OUTDIR)\qtstreamsplicer.exe"
  60.     -@erase "$(OUTDIR)\qtstreamsplicer.ilk"
  61.  
  62. "$(OUTDIR)" :
  63.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  64.  
  65. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "." /I ".\Application Files" /I\
  66.  ".\Common Files" /I "..\..\QTDevWin\CIncludes" /D "WIN32" /D "NDEBUG" /D\
  67.  "_WINDOWS" /Fp"$(INTDIR)\qtstreamsplicer.pch" /YX /Fo"$(INTDIR)\\"\
  68.  /Fd"$(INTDIR)\\" /FD /c 
  69. CPP_OBJS=.\Release/
  70. CPP_SBRS=.
  71. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 
  72. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\QTStreamSplicer.res" /d "NDEBUG" 
  73. BSC32=bscmake.exe
  74. BSC32_FLAGS=/nologo /o"$(OUTDIR)\qtstreamsplicer.bsc" 
  75. BSC32_SBRS= \
  76.     
  77. LINK32=link.exe
  78. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  79.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  80.  odbccp32.lib ..\..\QTDevWin\Libraries\qtmlclient.lib /nologo /subsystem:windows\
  81.  /incremental:yes /pdb:"$(OUTDIR)\qtstreamsplicer.pdb" /machine:I386\
  82.  /out:"$(OUTDIR)\qtstreamsplicer.exe" 
  83. LINK32_OBJS= \
  84.     "$(INTDIR)\ComApplication.obj" \
  85.     "$(INTDIR)\QTStreamSplicer.obj" \
  86.     "$(INTDIR)\QTStreamSplicer.res" \
  87.     "$(INTDIR)\QTUtilities.obj" \
  88.     "$(INTDIR)\WinFramework.obj"
  89.  
  90. "$(OUTDIR)\qtstreamsplicer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  91.     $(LINK32) @<<
  92.   $(LINK32_FLAGS) $(LINK32_OBJS)
  93. <<
  94.  
  95. SOURCE=$(InputPath)
  96. PostBuild_Desc=adding Macintosh resources...
  97. DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
  98.  
  99. ALL : $(DS_POSTBUILD_DEP)
  100.  
  101. # Begin Custom Macros
  102. OutDir=.\Release
  103. # End Custom Macros
  104.  
  105. $(DS_POSTBUILD_DEP) : "$(OUTDIR)\qtstreamsplicer.exe"
  106.    MyRezWackRelease.bat
  107.     echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
  108.  
  109. !ELSEIF  "$(CFG)" == "qtstreamsplicer - Win32 Debug"
  110.  
  111. OUTDIR=.\Debug
  112. INTDIR=.\Debug
  113. # Begin Custom Macros
  114. OutDir=.\Debug
  115. # End Custom Macros
  116.  
  117. !IF "$(RECURSE)" == "0" 
  118.  
  119. ALL : "$(OUTDIR)\qtstreamsplicer.exe"
  120.  
  121. !ELSE 
  122.  
  123. ALL : "$(OUTDIR)\qtstreamsplicer.exe"
  124.  
  125. !ENDIF 
  126.  
  127. CLEAN :
  128.     -@erase "$(INTDIR)\ComApplication.obj"
  129.     -@erase "$(INTDIR)\QTStreamSplicer.obj"
  130.     -@erase "$(INTDIR)\QTStreamSplicer.res"
  131.     -@erase "$(INTDIR)\QTUtilities.obj"
  132.     -@erase "$(INTDIR)\vc50.idb"
  133.     -@erase "$(INTDIR)\vc50.pdb"
  134.     -@erase "$(INTDIR)\WinFramework.obj"
  135.     -@erase "$(OUTDIR)\qtstreamsplicer.exe"
  136.     -@erase "$(OUTDIR)\qtstreamsplicer.ilk"
  137.     -@erase "$(OUTDIR)\qtstreamsplicer.pdb"
  138.  
  139. "$(OUTDIR)" :
  140.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  141.  
  142. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "." /I ".\Application Files" /I\
  143.  ".\Common Files" /I "..\..\QTDevWin\CIncludes" /D "WIN32" /D "_DEBUG" /D\
  144.  "_WINDOWS" /Fp"$(INTDIR)\qtstreamsplicer.pch" /YX /Fo"$(INTDIR)\\"\
  145.  /Fd"$(INTDIR)\\" /FD /c 
  146. CPP_OBJS=.\Debug/
  147. CPP_SBRS=.
  148. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 
  149. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\QTStreamSplicer.res" /d "_DEBUG" 
  150. BSC32=bscmake.exe
  151. BSC32_FLAGS=/nologo /o"$(OUTDIR)\qtstreamsplicer.bsc" 
  152. BSC32_SBRS= \
  153.     
  154. LINK32=link.exe
  155. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  156.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  157.  odbccp32.lib ..\..\QTDevWin\Libraries\qtmlclient.lib /nologo /subsystem:windows\
  158.  /incremental:yes /pdb:"$(OUTDIR)\qtstreamsplicer.pdb" /debug /machine:I386\
  159.  /out:"$(OUTDIR)\qtstreamsplicer.exe" /pdbtype:sept 
  160. LINK32_OBJS= \
  161.     "$(INTDIR)\ComApplication.obj" \
  162.     "$(INTDIR)\QTStreamSplicer.obj" \
  163.     "$(INTDIR)\QTStreamSplicer.res" \
  164.     "$(INTDIR)\QTUtilities.obj" \
  165.     "$(INTDIR)\WinFramework.obj"
  166.  
  167. "$(OUTDIR)\qtstreamsplicer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  168.     $(LINK32) @<<
  169.   $(LINK32_FLAGS) $(LINK32_OBJS)
  170. <<
  171.  
  172. SOURCE=$(InputPath)
  173. PostBuild_Desc=adding Macintosh resources...
  174. DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
  175.  
  176. ALL : $(DS_POSTBUILD_DEP)
  177.  
  178. # Begin Custom Macros
  179. OutDir=.\Debug
  180. # End Custom Macros
  181.  
  182. $(DS_POSTBUILD_DEP) : "$(OUTDIR)\qtstreamsplicer.exe"
  183.    MyRezWackDebug.bat
  184.     echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
  185.  
  186. !ENDIF 
  187.  
  188. .c{$(CPP_OBJS)}.obj::
  189.    $(CPP) @<<
  190.    $(CPP_PROJ) $< 
  191. <<
  192.  
  193. .cpp{$(CPP_OBJS)}.obj::
  194.    $(CPP) @<<
  195.    $(CPP_PROJ) $< 
  196. <<
  197.  
  198. .cxx{$(CPP_OBJS)}.obj::
  199.    $(CPP) @<<
  200.    $(CPP_PROJ) $< 
  201. <<
  202.  
  203. .c{$(CPP_SBRS)}.sbr::
  204.    $(CPP) @<<
  205.    $(CPP_PROJ) $< 
  206. <<
  207.  
  208. .cpp{$(CPP_SBRS)}.sbr::
  209.    $(CPP) @<<
  210.    $(CPP_PROJ) $< 
  211. <<
  212.  
  213. .cxx{$(CPP_SBRS)}.sbr::
  214.    $(CPP) @<<
  215.    $(CPP_PROJ) $< 
  216. <<
  217.  
  218.  
  219. !IF "$(CFG)" == "qtstreamsplicer - Win32 Release" || "$(CFG)" ==\
  220.  "qtstreamsplicer - Win32 Debug"
  221. SOURCE=".\Application Files\ComApplication.c"
  222.  
  223. !IF  "$(CFG)" == "qtstreamsplicer - Win32 Release"
  224.  
  225. DEP_CPP_COMAP=\
  226.     "..\..\qtdevwin\cincludes\aedatamodel.h"\
  227.     "..\..\qtdevwin\cincludes\aliases.h"\
  228.     "..\..\qtdevwin\cincludes\appleevents.h"\
  229.     "..\..\qtdevwin\cincludes\appletalk.h"\
  230.     "..\..\qtdevwin\cincludes\codefragments.h"\
  231.     "..\..\qtdevwin\cincludes\collections.h"\
  232.     "..\..\qtdevwin\cincludes\components.h"\
  233.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  234.     "..\..\qtdevwin\cincludes\controls.h"\
  235.     "..\..\qtdevwin\cincludes\datetimeutils.h"\
  236.     "..\..\qtdevwin\cincludes\dialogs.h"\
  237.     "..\..\qtdevwin\cincludes\drag.h"\
  238.     "..\..\qtdevwin\cincludes\endian.h"\
  239.     "..\..\qtdevwin\cincludes\errors.h"\
  240.     "..\..\qtdevwin\cincludes\events.h"\
  241.     "..\..\qtdevwin\cincludes\files.h"\
  242.     "..\..\qtdevwin\cincludes\finder.h"\
  243.     "..\..\qtdevwin\cincludes\fixmath.h"\
  244.     "..\..\qtdevwin\cincludes\gestalt.h"\
  245.     "..\..\qtdevwin\cincludes\icons.h"\
  246.     "..\..\qtdevwin\cincludes\imagecompression.h"\
  247.     "..\..\qtdevwin\cincludes\intlresources.h"\
  248.     "..\..\qtdevwin\cincludes\macmemory.h"\
  249.     "..\..\qtdevwin\cincludes\mactypes.h"\
  250.     "..\..\qtdevwin\cincludes\macwindows.h"\
  251.     "..\..\qtdevwin\cincludes\mediahandlers.h"\
  252.     "..\..\qtdevwin\cincludes\menus.h"\
  253.     "..\..\qtdevwin\cincludes\mixedmode.h"\
  254.     "..\..\qtdevwin\cincludes\movies.h"\
  255.     "..\..\qtdevwin\cincludes\moviesformat.h"\
  256.     "..\..\qtdevwin\cincludes\notification.h"\
  257.     "..\..\qtdevwin\cincludes\numberformatting.h"\
  258.     "..\..\qtdevwin\cincludes\osutils.h"\
  259.     "..\..\qtdevwin\cincludes\patches.h"\
  260.     "..\..\qtdevwin\cincludes\printing.h"\
  261.     "..\..\qtdevwin\cincludes\processes.h"\
  262.     "..\..\qtdevwin\cincludes\qdoffscreen.h"\
  263.     "..\..\qtdevwin\cincludes\qtml.h"\
  264.     "..\..\qtdevwin\cincludes\qtsmovie.h"\
  265.     "..\..\qtdevwin\cincludes\quickdraw.h"\
  266.     "..\..\qtdevwin\cincludes\quickdrawtext.h"\
  267.     "..\..\qtdevwin\cincludes\quicktimecomponents.h"\
  268.     "..\..\qtdevwin\cincludes\quicktimemusic.h"\
  269.     "..\..\qtdevwin\cincludes\quicktimestreaming.h"\
  270.     "..\..\qtdevwin\cincludes\quicktimevr.h"\
  271.     "..\..\qtdevwin\cincludes\resources.h"\
  272.     "..\..\qtdevwin\cincludes\scrap.h"\
  273.     "..\..\qtdevwin\cincludes\script.h"\
  274.     "..\..\qtdevwin\cincludes\sound.h"\
  275.     "..\..\qtdevwin\cincludes\standardfile.h"\
  276.     "..\..\qtdevwin\cincludes\stringcompare.h"\
  277.     "..\..\qtdevwin\cincludes\textcommon.h"\
  278.     "..\..\qtdevwin\cincludes\textedit.h"\
  279.     "..\..\qtdevwin\cincludes\textutils.h"\
  280.     "..\..\qtdevwin\cincludes\traps.h"\
  281.     "..\..\qtdevwin\cincludes\video.h"\
  282.     ".\application files\comapplication.h"\
  283.     ".\common files\qtutilities.h"\
  284.     ".\common files\winframework.h"\
  285.     ".\common files\winprefix.h"\
  286.     ".\qtstreamsplicer.h"\
  287.     
  288.  
  289. "$(INTDIR)\ComApplication.obj" : $(SOURCE) $(DEP_CPP_COMAP) "$(INTDIR)"
  290.     $(CPP) $(CPP_PROJ) $(SOURCE)
  291.  
  292.  
  293. !ELSEIF  "$(CFG)" == "qtstreamsplicer - Win32 Debug"
  294.  
  295. DEP_CPP_COMAP=\
  296.     "..\..\qtdevwin\cincludes\aedatamodel.h"\
  297.     "..\..\qtdevwin\cincludes\aliases.h"\
  298.     "..\..\qtdevwin\cincludes\appleevents.h"\
  299.     "..\..\qtdevwin\cincludes\appletalk.h"\
  300.     "..\..\qtdevwin\cincludes\codefragments.h"\
  301.     "..\..\qtdevwin\cincludes\collections.h"\
  302.     "..\..\qtdevwin\cincludes\components.h"\
  303.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  304.     "..\..\qtdevwin\cincludes\controls.h"\
  305.     "..\..\qtdevwin\cincludes\datetimeutils.h"\
  306.     "..\..\qtdevwin\cincludes\dialogs.h"\
  307.     "..\..\qtdevwin\cincludes\drag.h"\
  308.     "..\..\qtdevwin\cincludes\endian.h"\
  309.     "..\..\qtdevwin\cincludes\errors.h"\
  310.     "..\..\qtdevwin\cincludes\events.h"\
  311.     "..\..\qtdevwin\cincludes\files.h"\
  312.     "..\..\qtdevwin\cincludes\finder.h"\
  313.     "..\..\qtdevwin\cincludes\fixmath.h"\
  314.     "..\..\qtdevwin\cincludes\gestalt.h"\
  315.     "..\..\qtdevwin\cincludes\icons.h"\
  316.     "..\..\qtdevwin\cincludes\imagecompression.h"\
  317.     "..\..\qtdevwin\cincludes\intlresources.h"\
  318.     "..\..\qtdevwin\cincludes\macmemory.h"\
  319.     "..\..\qtdevwin\cincludes\mactypes.h"\
  320.     "..\..\qtdevwin\cincludes\macwindows.h"\
  321.     "..\..\qtdevwin\cincludes\mediahandlers.h"\
  322.     "..\..\qtdevwin\cincludes\menus.h"\
  323.     "..\..\qtdevwin\cincludes\mixedmode.h"\
  324.     "..\..\qtdevwin\cincludes\movies.h"\
  325.     "..\..\qtdevwin\cincludes\moviesformat.h"\
  326.     "..\..\qtdevwin\cincludes\notification.h"\
  327.     "..\..\qtdevwin\cincludes\numberformatting.h"\
  328.     "..\..\qtdevwin\cincludes\osutils.h"\
  329.     "..\..\qtdevwin\cincludes\patches.h"\
  330.     "..\..\qtdevwin\cincludes\printing.h"\
  331.     "..\..\qtdevwin\cincludes\processes.h"\
  332.     "..\..\qtdevwin\cincludes\qdoffscreen.h"\
  333.     "..\..\qtdevwin\cincludes\qtml.h"\
  334.     "..\..\qtdevwin\cincludes\qtsmovie.h"\
  335.     "..\..\qtdevwin\cincludes\quickdraw.h"\
  336.     "..\..\qtdevwin\cincludes\quickdrawtext.h"\
  337.     "..\..\qtdevwin\cincludes\quicktimecomponents.h"\
  338.     "..\..\qtdevwin\cincludes\quicktimemusic.h"\
  339.     "..\..\qtdevwin\cincludes\quicktimestreaming.h"\
  340.     "..\..\qtdevwin\cincludes\quicktimevr.h"\
  341.     "..\..\qtdevwin\cincludes\resources.h"\
  342.     "..\..\qtdevwin\cincludes\scrap.h"\
  343.     "..\..\qtdevwin\cincludes\script.h"\
  344.     "..\..\qtdevwin\cincludes\sound.h"\
  345.     "..\..\qtdevwin\cincludes\standardfile.h"\
  346.     "..\..\qtdevwin\cincludes\stringcompare.h"\
  347.     "..\..\qtdevwin\cincludes\textcommon.h"\
  348.     "..\..\qtdevwin\cincludes\textedit.h"\
  349.     "..\..\qtdevwin\cincludes\textutils.h"\
  350.     "..\..\qtdevwin\cincludes\traps.h"\
  351.     "..\..\qtdevwin\cincludes\video.h"\
  352.     ".\application files\comapplication.h"\
  353.     ".\common files\qtutilities.h"\
  354.     ".\common files\winframework.h"\
  355.     ".\common files\winprefix.h"\
  356.     ".\qtstreamsplicer.h"\
  357.     
  358.  
  359. "$(INTDIR)\ComApplication.obj" : $(SOURCE) $(DEP_CPP_COMAP) "$(INTDIR)"
  360.     $(CPP) $(CPP_PROJ) $(SOURCE)
  361.  
  362.  
  363. !ENDIF 
  364.  
  365. SOURCE=.\QTStreamSplicer.c
  366.  
  367. !IF  "$(CFG)" == "qtstreamsplicer - Win32 Release"
  368.  
  369. DEP_CPP_QTSTR=\
  370.     "..\..\qtdevwin\cincludes\aedatamodel.h"\
  371.     "..\..\qtdevwin\cincludes\aliases.h"\
  372.     "..\..\qtdevwin\cincludes\appleevents.h"\
  373.     "..\..\qtdevwin\cincludes\appletalk.h"\
  374.     "..\..\qtdevwin\cincludes\codefragments.h"\
  375.     "..\..\qtdevwin\cincludes\collections.h"\
  376.     "..\..\qtdevwin\cincludes\components.h"\
  377.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  378.     "..\..\qtdevwin\cincludes\controls.h"\
  379.     "..\..\qtdevwin\cincludes\datetimeutils.h"\
  380.     "..\..\qtdevwin\cincludes\dialogs.h"\
  381.     "..\..\qtdevwin\cincludes\drag.h"\
  382.     "..\..\qtdevwin\cincludes\endian.h"\
  383.     "..\..\qtdevwin\cincludes\errors.h"\
  384.     "..\..\qtdevwin\cincludes\events.h"\
  385.     "..\..\qtdevwin\cincludes\files.h"\
  386.     "..\..\qtdevwin\cincludes\finder.h"\
  387.     "..\..\qtdevwin\cincludes\fixmath.h"\
  388.     "..\..\qtdevwin\cincludes\gestalt.h"\
  389.     "..\..\qtdevwin\cincludes\icons.h"\
  390.     "..\..\qtdevwin\cincludes\imagecompression.h"\
  391.     "..\..\qtdevwin\cincludes\intlresources.h"\
  392.     "..\..\qtdevwin\cincludes\macmemory.h"\
  393.     "..\..\qtdevwin\cincludes\mactypes.h"\
  394.     "..\..\qtdevwin\cincludes\macwindows.h"\
  395.     "..\..\qtdevwin\cincludes\mediahandlers.h"\
  396.     "..\..\qtdevwin\cincludes\menus.h"\
  397.     "..\..\qtdevwin\cincludes\mixedmode.h"\
  398.     "..\..\qtdevwin\cincludes\movies.h"\
  399.     "..\..\qtdevwin\cincludes\moviesformat.h"\
  400.     "..\..\qtdevwin\cincludes\notification.h"\
  401.     "..\..\qtdevwin\cincludes\numberformatting.h"\
  402.     "..\..\qtdevwin\cincludes\osutils.h"\
  403.     "..\..\qtdevwin\cincludes\patches.h"\
  404.     "..\..\qtdevwin\cincludes\printing.h"\
  405.     "..\..\qtdevwin\cincludes\processes.h"\
  406.     "..\..\qtdevwin\cincludes\qdoffscreen.h"\
  407.     "..\..\qtdevwin\cincludes\qtml.h"\
  408.     "..\..\qtdevwin\cincludes\qtsmovie.h"\
  409.     "..\..\qtdevwin\cincludes\quickdraw.h"\
  410.     "..\..\qtdevwin\cincludes\quickdrawtext.h"\
  411.     "..\..\qtdevwin\cincludes\quicktimecomponents.h"\
  412.     "..\..\qtdevwin\cincludes\quicktimemusic.h"\
  413.     "..\..\qtdevwin\cincludes\quicktimestreaming.h"\
  414.     "..\..\qtdevwin\cincludes\quicktimevr.h"\
  415.     "..\..\qtdevwin\cincludes\resources.h"\
  416.     "..\..\qtdevwin\cincludes\scrap.h"\
  417.     "..\..\qtdevwin\cincludes\script.h"\
  418.     "..\..\qtdevwin\cincludes\sound.h"\
  419.     "..\..\qtdevwin\cincludes\standardfile.h"\
  420.     "..\..\qtdevwin\cincludes\stringcompare.h"\
  421.     "..\..\qtdevwin\cincludes\textcommon.h"\
  422.     "..\..\qtdevwin\cincludes\textedit.h"\
  423.     "..\..\qtdevwin\cincludes\textutils.h"\
  424.     "..\..\qtdevwin\cincludes\traps.h"\
  425.     "..\..\qtdevwin\cincludes\video.h"\
  426.     ".\application files\comapplication.h"\
  427.     ".\common files\qtutilities.h"\
  428.     ".\common files\winframework.h"\
  429.     ".\common files\winprefix.h"\
  430.     ".\qtstreamsplicer.h"\
  431.     
  432.  
  433. "$(INTDIR)\QTStreamSplicer.obj" : $(SOURCE) $(DEP_CPP_QTSTR) "$(INTDIR)"
  434.  
  435.  
  436. !ELSEIF  "$(CFG)" == "qtstreamsplicer - Win32 Debug"
  437.  
  438. DEP_CPP_QTSTR=\
  439.     "..\..\qtdevwin\cincludes\aedatamodel.h"\
  440.     "..\..\qtdevwin\cincludes\aliases.h"\
  441.     "..\..\qtdevwin\cincludes\appleevents.h"\
  442.     "..\..\qtdevwin\cincludes\appletalk.h"\
  443.     "..\..\qtdevwin\cincludes\codefragments.h"\
  444.     "..\..\qtdevwin\cincludes\collections.h"\
  445.     "..\..\qtdevwin\cincludes\components.h"\
  446.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  447.     "..\..\qtdevwin\cincludes\controls.h"\
  448.     "..\..\qtdevwin\cincludes\datetimeutils.h"\
  449.     "..\..\qtdevwin\cincludes\dialogs.h"\
  450.     "..\..\qtdevwin\cincludes\drag.h"\
  451.     "..\..\qtdevwin\cincludes\endian.h"\
  452.     "..\..\qtdevwin\cincludes\errors.h"\
  453.     "..\..\qtdevwin\cincludes\events.h"\
  454.     "..\..\qtdevwin\cincludes\files.h"\
  455.     "..\..\qtdevwin\cincludes\finder.h"\
  456.     "..\..\qtdevwin\cincludes\fixmath.h"\
  457.     "..\..\qtdevwin\cincludes\gestalt.h"\
  458.     "..\..\qtdevwin\cincludes\icons.h"\
  459.     "..\..\qtdevwin\cincludes\imagecompression.h"\
  460.     "..\..\qtdevwin\cincludes\intlresources.h"\
  461.     "..\..\qtdevwin\cincludes\macmemory.h"\
  462.     "..\..\qtdevwin\cincludes\mactypes.h"\
  463.     "..\..\qtdevwin\cincludes\macwindows.h"\
  464.     "..\..\qtdevwin\cincludes\mediahandlers.h"\
  465.     "..\..\qtdevwin\cincludes\menus.h"\
  466.     "..\..\qtdevwin\cincludes\mixedmode.h"\
  467.     "..\..\qtdevwin\cincludes\movies.h"\
  468.     "..\..\qtdevwin\cincludes\moviesformat.h"\
  469.     "..\..\qtdevwin\cincludes\notification.h"\
  470.     "..\..\qtdevwin\cincludes\numberformatting.h"\
  471.     "..\..\qtdevwin\cincludes\osutils.h"\
  472.     "..\..\qtdevwin\cincludes\patches.h"\
  473.     "..\..\qtdevwin\cincludes\printing.h"\
  474.     "..\..\qtdevwin\cincludes\processes.h"\
  475.     "..\..\qtdevwin\cincludes\qdoffscreen.h"\
  476.     "..\..\qtdevwin\cincludes\qtml.h"\
  477.     "..\..\qtdevwin\cincludes\qtsmovie.h"\
  478.     "..\..\qtdevwin\cincludes\quickdraw.h"\
  479.     "..\..\qtdevwin\cincludes\quickdrawtext.h"\
  480.     "..\..\qtdevwin\cincludes\quicktimecomponents.h"\
  481.     "..\..\qtdevwin\cincludes\quicktimemusic.h"\
  482.     "..\..\qtdevwin\cincludes\quicktimestreaming.h"\
  483.     "..\..\qtdevwin\cincludes\quicktimevr.h"\
  484.     "..\..\qtdevwin\cincludes\resources.h"\
  485.     "..\..\qtdevwin\cincludes\scrap.h"\
  486.     "..\..\qtdevwin\cincludes\script.h"\
  487.     "..\..\qtdevwin\cincludes\sound.h"\
  488.     "..\..\qtdevwin\cincludes\standardfile.h"\
  489.     "..\..\qtdevwin\cincludes\stringcompare.h"\
  490.     "..\..\qtdevwin\cincludes\textcommon.h"\
  491.     "..\..\qtdevwin\cincludes\textedit.h"\
  492.     "..\..\qtdevwin\cincludes\textutils.h"\
  493.     "..\..\qtdevwin\cincludes\traps.h"\
  494.     "..\..\qtdevwin\cincludes\video.h"\
  495.     ".\application files\comapplication.h"\
  496.     ".\common files\qtutilities.h"\
  497.     ".\common files\winframework.h"\
  498.     ".\common files\winprefix.h"\
  499.     ".\qtstreamsplicer.h"\
  500.     
  501.  
  502. "$(INTDIR)\QTStreamSplicer.obj" : $(SOURCE) $(DEP_CPP_QTSTR) "$(INTDIR)"
  503.  
  504.  
  505. !ENDIF 
  506.  
  507. SOURCE=".\Application Files\QTStreamSplicer.rc"
  508. DEP_RSC_QTSTRE=\
  509.     ".\Application Files\Movie.ico"\
  510.     ".\Application Files\QTStreamSplicer.ico"\
  511.     
  512.  
  513. !IF  "$(CFG)" == "qtstreamsplicer - Win32 Release"
  514.  
  515.  
  516. "$(INTDIR)\QTStreamSplicer.res" : $(SOURCE) $(DEP_RSC_QTSTRE) "$(INTDIR)"
  517.     $(RSC) /l 0x409 /fo"$(INTDIR)\QTStreamSplicer.res" /i "Application Files" /d\
  518.  "NDEBUG" $(SOURCE)
  519.  
  520.  
  521. !ELSEIF  "$(CFG)" == "qtstreamsplicer - Win32 Debug"
  522.  
  523.  
  524. "$(INTDIR)\QTStreamSplicer.res" : $(SOURCE) $(DEP_RSC_QTSTRE) "$(INTDIR)"
  525.     $(RSC) /l 0x409 /fo"$(INTDIR)\QTStreamSplicer.res" /i "Application Files" /d\
  526.  "_DEBUG" $(SOURCE)
  527.  
  528.  
  529. !ENDIF 
  530.  
  531. SOURCE=".\Common Files\QTUtilities.c"
  532.  
  533. !IF  "$(CFG)" == "qtstreamsplicer - Win32 Release"
  534.  
  535. DEP_CPP_QTUTI=\
  536.     "..\..\qtdevwin\cincludes\aedatamodel.h"\
  537.     "..\..\qtdevwin\cincludes\aliases.h"\
  538.     "..\..\qtdevwin\cincludes\appleevents.h"\
  539.     "..\..\qtdevwin\cincludes\appletalk.h"\
  540.     "..\..\qtdevwin\cincludes\codefragments.h"\
  541.     "..\..\qtdevwin\cincludes\collections.h"\
  542.     "..\..\qtdevwin\cincludes\components.h"\
  543.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  544.     "..\..\qtdevwin\cincludes\controls.h"\
  545.     "..\..\qtdevwin\cincludes\datetimeutils.h"\
  546.     "..\..\qtdevwin\cincludes\dialogs.h"\
  547.     "..\..\qtdevwin\cincludes\drag.h"\
  548.     "..\..\qtdevwin\cincludes\endian.h"\
  549.     "..\..\qtdevwin\cincludes\errors.h"\
  550.     "..\..\qtdevwin\cincludes\events.h"\
  551.     "..\..\qtdevwin\cincludes\files.h"\
  552.     "..\..\qtdevwin\cincludes\finder.h"\
  553.     "..\..\qtdevwin\cincludes\fixmath.h"\
  554.     "..\..\qtdevwin\cincludes\gestalt.h"\
  555.     "..\..\qtdevwin\cincludes\icons.h"\
  556.     "..\..\qtdevwin\cincludes\imagecompression.h"\
  557.     "..\..\qtdevwin\cincludes\intlresources.h"\
  558.     "..\..\qtdevwin\cincludes\macmemory.h"\
  559.     "..\..\qtdevwin\cincludes\mactypes.h"\
  560.     "..\..\qtdevwin\cincludes\macwindows.h"\
  561.     "..\..\qtdevwin\cincludes\mediahandlers.h"\
  562.     "..\..\qtdevwin\cincludes\menus.h"\
  563.     "..\..\qtdevwin\cincludes\mixedmode.h"\
  564.     "..\..\qtdevwin\cincludes\movies.h"\
  565.     "..\..\qtdevwin\cincludes\moviesformat.h"\
  566.     "..\..\qtdevwin\cincludes\notification.h"\
  567.     "..\..\qtdevwin\cincludes\numberformatting.h"\
  568.     "..\..\qtdevwin\cincludes\osutils.h"\
  569.     "..\..\qtdevwin\cincludes\patches.h"\
  570.     "..\..\qtdevwin\cincludes\printing.h"\
  571.     "..\..\qtdevwin\cincludes\processes.h"\
  572.     "..\..\qtdevwin\cincludes\qdoffscreen.h"\
  573.     "..\..\qtdevwin\cincludes\qtsmovie.h"\
  574.     "..\..\qtdevwin\cincludes\quickdraw.h"\
  575.     "..\..\qtdevwin\cincludes\quickdrawtext.h"\
  576.     "..\..\qtdevwin\cincludes\quicktimecomponents.h"\
  577.     "..\..\qtdevwin\cincludes\quicktimemusic.h"\
  578.     "..\..\qtdevwin\cincludes\quicktimestreaming.h"\
  579.     "..\..\qtdevwin\cincludes\quicktimevr.h"\
  580.     "..\..\qtdevwin\cincludes\script.h"\
  581.     "..\..\qtdevwin\cincludes\sound.h"\
  582.     "..\..\qtdevwin\cincludes\standardfile.h"\
  583.     "..\..\qtdevwin\cincludes\stringcompare.h"\
  584.     "..\..\qtdevwin\cincludes\textcommon.h"\
  585.     "..\..\qtdevwin\cincludes\textedit.h"\
  586.     "..\..\qtdevwin\cincludes\textutils.h"\
  587.     "..\..\qtdevwin\cincludes\traps.h"\
  588.     "..\..\qtdevwin\cincludes\video.h"\
  589.     ".\common files\qtutilities.h"\
  590.     
  591.  
  592. "$(INTDIR)\QTUtilities.obj" : $(SOURCE) $(DEP_CPP_QTUTI) "$(INTDIR)"
  593.     $(CPP) $(CPP_PROJ) $(SOURCE)
  594.  
  595.  
  596. !ELSEIF  "$(CFG)" == "qtstreamsplicer - Win32 Debug"
  597.  
  598. DEP_CPP_QTUTI=\
  599.     "..\..\qtdevwin\cincludes\aedatamodel.h"\
  600.     "..\..\qtdevwin\cincludes\aliases.h"\
  601.     "..\..\qtdevwin\cincludes\appleevents.h"\
  602.     "..\..\qtdevwin\cincludes\appletalk.h"\
  603.     "..\..\qtdevwin\cincludes\codefragments.h"\
  604.     "..\..\qtdevwin\cincludes\collections.h"\
  605.     "..\..\qtdevwin\cincludes\components.h"\
  606.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  607.     "..\..\qtdevwin\cincludes\controls.h"\
  608.     "..\..\qtdevwin\cincludes\datetimeutils.h"\
  609.     "..\..\qtdevwin\cincludes\dialogs.h"\
  610.     "..\..\qtdevwin\cincludes\drag.h"\
  611.     "..\..\qtdevwin\cincludes\endian.h"\
  612.     "..\..\qtdevwin\cincludes\errors.h"\
  613.     "..\..\qtdevwin\cincludes\events.h"\
  614.     "..\..\qtdevwin\cincludes\files.h"\
  615.     "..\..\qtdevwin\cincludes\finder.h"\
  616.     "..\..\qtdevwin\cincludes\fixmath.h"\
  617.     "..\..\qtdevwin\cincludes\gestalt.h"\
  618.     "..\..\qtdevwin\cincludes\icons.h"\
  619.     "..\..\qtdevwin\cincludes\imagecompression.h"\
  620.     "..\..\qtdevwin\cincludes\intlresources.h"\
  621.     "..\..\qtdevwin\cincludes\macmemory.h"\
  622.     "..\..\qtdevwin\cincludes\mactypes.h"\
  623.     "..\..\qtdevwin\cincludes\macwindows.h"\
  624.     "..\..\qtdevwin\cincludes\mediahandlers.h"\
  625.     "..\..\qtdevwin\cincludes\menus.h"\
  626.     "..\..\qtdevwin\cincludes\mixedmode.h"\
  627.     "..\..\qtdevwin\cincludes\movies.h"\
  628.     "..\..\qtdevwin\cincludes\moviesformat.h"\
  629.     "..\..\qtdevwin\cincludes\notification.h"\
  630.     "..\..\qtdevwin\cincludes\numberformatting.h"\
  631.     "..\..\qtdevwin\cincludes\osutils.h"\
  632.     "..\..\qtdevwin\cincludes\patches.h"\
  633.     "..\..\qtdevwin\cincludes\printing.h"\
  634.     "..\..\qtdevwin\cincludes\processes.h"\
  635.     "..\..\qtdevwin\cincludes\qdoffscreen.h"\
  636.     "..\..\qtdevwin\cincludes\qtsmovie.h"\
  637.     "..\..\qtdevwin\cincludes\quickdraw.h"\
  638.     "..\..\qtdevwin\cincludes\quickdrawtext.h"\
  639.     "..\..\qtdevwin\cincludes\quicktimecomponents.h"\
  640.     "..\..\qtdevwin\cincludes\quicktimemusic.h"\
  641.     "..\..\qtdevwin\cincludes\quicktimestreaming.h"\
  642.     "..\..\qtdevwin\cincludes\quicktimevr.h"\
  643.     "..\..\qtdevwin\cincludes\script.h"\
  644.     "..\..\qtdevwin\cincludes\sound.h"\
  645.     "..\..\qtdevwin\cincludes\standardfile.h"\
  646.     "..\..\qtdevwin\cincludes\stringcompare.h"\
  647.     "..\..\qtdevwin\cincludes\textcommon.h"\
  648.     "..\..\qtdevwin\cincludes\textedit.h"\
  649.     "..\..\qtdevwin\cincludes\textutils.h"\
  650.     "..\..\qtdevwin\cincludes\traps.h"\
  651.     "..\..\qtdevwin\cincludes\video.h"\
  652.     ".\common files\qtutilities.h"\
  653.     
  654.  
  655. "$(INTDIR)\QTUtilities.obj" : $(SOURCE) $(DEP_CPP_QTUTI) "$(INTDIR)"
  656.     $(CPP) $(CPP_PROJ) $(SOURCE)
  657.  
  658.  
  659. !ENDIF 
  660.  
  661. SOURCE=".\Common Files\WinFramework.c"
  662.  
  663. !IF  "$(CFG)" == "qtstreamsplicer - Win32 Release"
  664.  
  665. DEP_CPP_WINFR=\
  666.     "..\..\qtdevwin\cincludes\aedatamodel.h"\
  667.     "..\..\qtdevwin\cincludes\aliases.h"\
  668.     "..\..\qtdevwin\cincludes\appleevents.h"\
  669.     "..\..\qtdevwin\cincludes\appletalk.h"\
  670.     "..\..\qtdevwin\cincludes\codefragments.h"\
  671.     "..\..\qtdevwin\cincludes\collections.h"\
  672.     "..\..\qtdevwin\cincludes\components.h"\
  673.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  674.     "..\..\qtdevwin\cincludes\controls.h"\
  675.     "..\..\qtdevwin\cincludes\datetimeutils.h"\
  676.     "..\..\qtdevwin\cincludes\dialogs.h"\
  677.     "..\..\qtdevwin\cincludes\drag.h"\
  678.     "..\..\qtdevwin\cincludes\endian.h"\
  679.     "..\..\qtdevwin\cincludes\errors.h"\
  680.     "..\..\qtdevwin\cincludes\events.h"\
  681.     "..\..\qtdevwin\cincludes\files.h"\
  682.     "..\..\qtdevwin\cincludes\finder.h"\
  683.     "..\..\qtdevwin\cincludes\fixmath.h"\
  684.     "..\..\qtdevwin\cincludes\gestalt.h"\
  685.     "..\..\qtdevwin\cincludes\icons.h"\
  686.     "..\..\qtdevwin\cincludes\imagecompression.h"\
  687.     "..\..\qtdevwin\cincludes\intlresources.h"\
  688.     "..\..\qtdevwin\cincludes\macmemory.h"\
  689.     "..\..\qtdevwin\cincludes\mactypes.h"\
  690.     "..\..\qtdevwin\cincludes\macwindows.h"\
  691.     "..\..\qtdevwin\cincludes\mediahandlers.h"\
  692.     "..\..\qtdevwin\cincludes\menus.h"\
  693.     "..\..\qtdevwin\cincludes\mixedmode.h"\
  694.     "..\..\qtdevwin\cincludes\movies.h"\
  695.     "..\..\qtdevwin\cincludes\moviesformat.h"\
  696.     "..\..\qtdevwin\cincludes\notification.h"\
  697.     "..\..\qtdevwin\cincludes\numberformatting.h"\
  698.     "..\..\qtdevwin\cincludes\osutils.h"\
  699.     "..\..\qtdevwin\cincludes\patches.h"\
  700.     "..\..\qtdevwin\cincludes\printing.h"\
  701.     "..\..\qtdevwin\cincludes\processes.h"\
  702.     "..\..\qtdevwin\cincludes\qdoffscreen.h"\
  703.     "..\..\qtdevwin\cincludes\qtml.h"\
  704.     "..\..\qtdevwin\cincludes\qtsmovie.h"\
  705.     "..\..\qtdevwin\cincludes\quickdraw.h"\
  706.     "..\..\qtdevwin\cincludes\quickdrawtext.h"\
  707.     "..\..\qtdevwin\cincludes\quicktimecomponents.h"\
  708.     "..\..\qtdevwin\cincludes\quicktimemusic.h"\
  709.     "..\..\qtdevwin\cincludes\quicktimestreaming.h"\
  710.     "..\..\qtdevwin\cincludes\quicktimevr.h"\
  711.     "..\..\qtdevwin\cincludes\resources.h"\
  712.     "..\..\qtdevwin\cincludes\scrap.h"\
  713.     "..\..\qtdevwin\cincludes\script.h"\
  714.     "..\..\qtdevwin\cincludes\sound.h"\
  715.     "..\..\qtdevwin\cincludes\standardfile.h"\
  716.     "..\..\qtdevwin\cincludes\stringcompare.h"\
  717.     "..\..\qtdevwin\cincludes\textcommon.h"\
  718.     "..\..\qtdevwin\cincludes\textedit.h"\
  719.     "..\..\qtdevwin\cincludes\textutils.h"\
  720.     "..\..\qtdevwin\cincludes\traps.h"\
  721.     "..\..\qtdevwin\cincludes\video.h"\
  722.     ".\common files\qtutilities.h"\
  723.     ".\common files\winframework.h"\
  724.     ".\common files\winprefix.h"\
  725.     
  726.  
  727. "$(INTDIR)\WinFramework.obj" : $(SOURCE) $(DEP_CPP_WINFR) "$(INTDIR)"
  728.     $(CPP) $(CPP_PROJ) $(SOURCE)
  729.  
  730.  
  731. !ELSEIF  "$(CFG)" == "qtstreamsplicer - Win32 Debug"
  732.  
  733. DEP_CPP_WINFR=\
  734.     "..\..\qtdevwin\cincludes\aedatamodel.h"\
  735.     "..\..\qtdevwin\cincludes\aliases.h"\
  736.     "..\..\qtdevwin\cincludes\appleevents.h"\
  737.     "..\..\qtdevwin\cincludes\appletalk.h"\
  738.     "..\..\qtdevwin\cincludes\codefragments.h"\
  739.     "..\..\qtdevwin\cincludes\collections.h"\
  740.     "..\..\qtdevwin\cincludes\components.h"\
  741.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  742.     "..\..\qtdevwin\cincludes\controls.h"\
  743.     "..\..\qtdevwin\cincludes\datetimeutils.h"\
  744.     "..\..\qtdevwin\cincludes\dialogs.h"\
  745.     "..\..\qtdevwin\cincludes\drag.h"\
  746.     "..\..\qtdevwin\cincludes\endian.h"\
  747.     "..\..\qtdevwin\cincludes\errors.h"\
  748.     "..\..\qtdevwin\cincludes\events.h"\
  749.     "..\..\qtdevwin\cincludes\files.h"\
  750.     "..\..\qtdevwin\cincludes\finder.h"\
  751.     "..\..\qtdevwin\cincludes\fixmath.h"\
  752.     "..\..\qtdevwin\cincludes\gestalt.h"\
  753.     "..\..\qtdevwin\cincludes\icons.h"\
  754.     "..\..\qtdevwin\cincludes\imagecompression.h"\
  755.     "..\..\qtdevwin\cincludes\intlresources.h"\
  756.     "..\..\qtdevwin\cincludes\macmemory.h"\
  757.     "..\..\qtdevwin\cincludes\mactypes.h"\
  758.     "..\..\qtdevwin\cincludes\macwindows.h"\
  759.     "..\..\qtdevwin\cincludes\mediahandlers.h"\
  760.     "..\..\qtdevwin\cincludes\menus.h"\
  761.     "..\..\qtdevwin\cincludes\mixedmode.h"\
  762.     "..\..\qtdevwin\cincludes\movies.h"\
  763.     "..\..\qtdevwin\cincludes\moviesformat.h"\
  764.     "..\..\qtdevwin\cincludes\notification.h"\
  765.     "..\..\qtdevwin\cincludes\numberformatting.h"\
  766.     "..\..\qtdevwin\cincludes\osutils.h"\
  767.     "..\..\qtdevwin\cincludes\patches.h"\
  768.     "..\..\qtdevwin\cincludes\printing.h"\
  769.     "..\..\qtdevwin\cincludes\processes.h"\
  770.     "..\..\qtdevwin\cincludes\qdoffscreen.h"\
  771.     "..\..\qtdevwin\cincludes\qtml.h"\
  772.     "..\..\qtdevwin\cincludes\qtsmovie.h"\
  773.     "..\..\qtdevwin\cincludes\quickdraw.h"\
  774.     "..\..\qtdevwin\cincludes\quickdrawtext.h"\
  775.     "..\..\qtdevwin\cincludes\quicktimecomponents.h"\
  776.     "..\..\qtdevwin\cincludes\quicktimemusic.h"\
  777.     "..\..\qtdevwin\cincludes\quicktimestreaming.h"\
  778.     "..\..\qtdevwin\cincludes\quicktimevr.h"\
  779.     "..\..\qtdevwin\cincludes\resources.h"\
  780.     "..\..\qtdevwin\cincludes\scrap.h"\
  781.     "..\..\qtdevwin\cincludes\script.h"\
  782.     "..\..\qtdevwin\cincludes\sound.h"\
  783.     "..\..\qtdevwin\cincludes\standardfile.h"\
  784.     "..\..\qtdevwin\cincludes\stringcompare.h"\
  785.     "..\..\qtdevwin\cincludes\textcommon.h"\
  786.     "..\..\qtdevwin\cincludes\textedit.h"\
  787.     "..\..\qtdevwin\cincludes\textutils.h"\
  788.     "..\..\qtdevwin\cincludes\traps.h"\
  789.     "..\..\qtdevwin\cincludes\video.h"\
  790.     ".\common files\qtutilities.h"\
  791.     ".\common files\winframework.h"\
  792.     ".\common files\winprefix.h"\
  793.     
  794.  
  795. "$(INTDIR)\WinFramework.obj" : $(SOURCE) $(DEP_CPP_WINFR) "$(INTDIR)"
  796.     $(CPP) $(CPP_PROJ) $(SOURCE)
  797.  
  798.  
  799. !ENDIF 
  800.  
  801.  
  802. !ENDIF 
  803.  
  804.